home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / daydreambbs114.lha / Docs / DreamMail.MAN < prev    next >
Text File  |  1995-06-28  |  2KB  |  63 lines

  1.         DreamMail V2.0 For DayDream BBS - Quick Docs
  2.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.   What is this thing?
  5.   ~~~~~~~~~~~~~~~~~~~
  6.  
  7.     DreamMail is so-called mail door for DayDream BBS. It bundles new
  8.     messages  for the user in ASCII, WWF or BlueWave format. If  user
  9.     is  using WWF  or BlueWave format, he/she can also write messages 
  10.         at home using Offline message reading software (Eg. Offline Orbit,
  11.     AmyBW, Q-Blue or WWFReader).
  12.  
  13.     Support for  WWF and BlueWave formats are not 100%, but they  are
  14.     complete enough for regular usage. Some deluxe features like tag-
  15.     ging areas on/off at home and file attach are not supported.
  16.  
  17.     I didn't implement QWK support, because QWK-format really sucks.
  18.  
  19.   Features
  20.   ~~~~~~~~
  21.  
  22.     -100% Asm, quite fast.
  23.     -Supports Ascii, WWF and BlueWave formats.
  24.     -Local usage also possible.
  25.  
  26.   Configuration
  27.   ~~~~~~~~~~~~~
  28.  
  29.     DreamMail uses configfile called DreamMail.CFG. DreamMail searches
  30.     for it in path specified in ENV-variable DreamUtils.
  31.  
  32.     Each message base MUST be defined in DreamMail.CFG. The format for
  33.     definition line is:
  34.  
  35.     [CONF:AREA] [TAG]
  36.  
  37.     Eg. 
  38.  
  39. 1:1 New Users
  40. 2:1 TradeBase
  41. 3:1 TN.General
  42. 3:2 TN.BullShitting
  43.  
  44. etc
  45.  
  46.     You must specify ID for your BBS. It is used in packet names.
  47.     Max length is 8 chars. Eg:
  48.  
  49. BBSID FOOBAR
  50.  
  51.     WWF-packet will be FOOBAR.WWF, Ascii-packet will be FOOBAR.TXT etc.
  52.  
  53.     DreamMail supports only LHA-packing, since other widely spread pac-
  54.     kers do not support wildcards and it's not fun to implement support
  55.     for such packers. Path for lha must be defined after LHAPATH-keyword,
  56.     eg:
  57.  
  58. LHAPATH "C:lha"
  59.  
  60.     If you wish to hide packer output from the user, add >NIL: to the
  61.     name, eg: LHAPATH "C:Lha >NIL:".
  62.  
  63.